←Select platform

FindPatient(string,FindPatientOptions,List<PatientInfo>) Method

Summary

Finds all patients that match the specified search criteria.

Syntax
C#
VB
C++
Public Function FindPatient( 
   ByVal patientID As String, 
   ByVal options As FindPatientOptions, 
   ByVal patients As System.Collections.Generic.List(Of Leadtools.Medical.WebViewer.ExternalControl.PatientInfo) 
) As ControllerReturnCode 
public:  
   ControllerReturnCode^ FindPatient( 
      String^ patientID, 
      FindPatientOptions^ options, 
      System::Collections::Generic::List<Leadtools::Medical::WebViewer::ExternalControl::PatientInfo^>^ patients 
   ) 

Parameters

patientID

The ID of the patient for which to search.

options

Options for the search.

patients

List of PatientInfo objects to be updated with the results of the search.

Return Value

A ControllerReturnCode value indicating the results of the search.

Remarks

Pass 'null' for patientID to get all patients.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly